Package org.dogtagpki.server
Class PKIClientSocketListener
java.lang.Object
org.dogtagpki.server.PKIClientSocketListener
- All Implemented Interfaces:
EventListener
,org.mozilla.jss.ssl.SSLHandshakeCompletedListener
,org.mozilla.jss.ssl.SSLSocketListener
public class PKIClientSocketListener
extends Object
implements org.mozilla.jss.ssl.SSLSocketListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
alertReceived
(org.mozilla.jss.ssl.SSLAlertEvent event) void
alertSent
(org.mozilla.jss.ssl.SSLAlertEvent event) void
handshakeCompleted
(org.mozilla.jss.ssl.SSLHandshakeCompletedEvent event) void
setCMSEngine
(CMSEngine engine)
-
Field Details
-
engine
-
-
Constructor Details
-
PKIClientSocketListener
public PKIClientSocketListener()
-
-
Method Details
-
getCMSEngine
-
setCMSEngine
-
alertReceived
public void alertReceived(org.mozilla.jss.ssl.SSLAlertEvent event) - Specified by:
alertReceived
in interfaceorg.mozilla.jss.ssl.SSLSocketListener
-
alertSent
public void alertSent(org.mozilla.jss.ssl.SSLAlertEvent event) - Specified by:
alertSent
in interfaceorg.mozilla.jss.ssl.SSLSocketListener
-
handshakeCompleted
public void handshakeCompleted(org.mozilla.jss.ssl.SSLHandshakeCompletedEvent event) - Specified by:
handshakeCompleted
in interfaceorg.mozilla.jss.ssl.SSLHandshakeCompletedListener
-